ocr: mal n: # Set Maximum Transfer Unit. This is the maximum sise of packets # transmitted on the SLIP device. Many SLIP SEIVEIS use either 1500 or # - 1006; check with your network admins when in doubt. get $mtu 1500 # Make the SLIP route the detault route on your system. detault # - Set the desired serial port and speed. port cua03 speed 38400 # Reset the modem and terminal line. If this causes trouble for you, # comment it out. reset # Prepare for dialing. Replace the following with your # modem initialication string. send ATT&CI&DZ11U134058MSSCIUIRILIL1S48=7Ar wait OK 2 if $errlvl l= 0 goto EIT ...